Does anybody know how to change or set the "Description" option/tag of a GeoTIFF file using GDAL?
To specify what I mean, this is an example of gdalinfo return from a GeoTIFF file with set "Description":
Band 1 Block=64x64 Type=UInt16, ColorInterp=Undefined Description = AVHRR Channel 1: 0.58 micrometers -- 0.68 micrometers Min=0.000 Max=814.000 Minimum=0.000, Maximum=814.000, Mean=113.177, StdDev=152.897 Metadata: LAYER_TYPE=athematic STATISTICS_MAXIMUM=814 STATISTICS_MEAN=113.17657236931 STATISTICS_MINIMUM=0 STATISTICS_STDDEV=152.89720574652 In the example you can see: Description = AVHRR Channel 1: 0.58 micrometers -- 0.68 micrometers
How do I set this parameter using GDAL?
أكثر...
To specify what I mean, this is an example of gdalinfo return from a GeoTIFF file with set "Description":
Band 1 Block=64x64 Type=UInt16, ColorInterp=Undefined Description = AVHRR Channel 1: 0.58 micrometers -- 0.68 micrometers Min=0.000 Max=814.000 Minimum=0.000, Maximum=814.000, Mean=113.177, StdDev=152.897 Metadata: LAYER_TYPE=athematic STATISTICS_MAXIMUM=814 STATISTICS_MEAN=113.17657236931 STATISTICS_MINIMUM=0 STATISTICS_STDDEV=152.89720574652 In the example you can see: Description = AVHRR Channel 1: 0.58 micrometers -- 0.68 micrometers
How do I set this parameter using GDAL?
أكثر...