Changes between Version 1 and Version 2 of Ticket #5070


Ignore:
Timestamp:
May 3, 2013, 10:57:51 AM (11 years ago)
Author:
jaerobbo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5070 – Description

    v1 v2  
    44
    551. Set No data values to -999
     6
    67gdal_translate -ot float32 -of gtiff -a_nodata -999 in_original.tif out_nodata_defined.tif
    78
    892. Build VRT with specified source no data value
     10
    911gdalbuildvrt -srcnodata -999 -hidenodata out.vrt out_nodata_defined.tif
    1012