Ho un file GeoTIFF a 1 banda. L'interpretazione del colore per la banda è grigia. Voglio una tabella di colori per trasformare il mio Col.tiff
in Col.jpeg
o Col.png
.
Ho provato a mettere una tabella di colori in questo tiff tramite un .vrt:
gdal_translate -of VRT Col.tiff Col.vrt
quindi aggiungendo in .vrt:
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="240"/>
<Entry c1="0" c2="0" c3="254" c4="240"/>
<Entry c1="0" c2="0" c3="253" c4="240"/>
<Entry c1="0" c2="0" c3="252" c4="240"/>
</ColorTable>
E tradurre di nuovo:
gdal_translate Col.vrt Col.tiff
Ma ha risposto:
Warning 1: Unable to export color table to GeoTIFF file. Color tables can only be written to 1 band or 2 bands Byte or UInt16 GeoTIFF files.
Come posso farlo?
Per informazioni, c'è gdalinfo per la band:
Band 1 Block=55x18 Type=Float64, ColorInterp=Gray
Description = Something
Metadata:
GRIB_COMMENT=Something[p]
GRIB_ELEMENT=TMP
GRIB_FORECAST_SECONDS=0 sec
GRIB_REF_TIME=1401926400 sec UTC
GRIB_SHORT_NAME=SMTHG
GRIB_UNIT=[p]
GRIB_VALID_TIME=1401926400 sec UTC