Changes between Version 2 and Version 3 of Ticket #5070


Ignore:
Timestamp:
May 3, 2013, 11:04:08 AM (11 years ago)
Author:
jaerobbo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5070 – Description

    v2 v3  
    33I've tried the following workflow:
    44
    5 1. Set No data values to -999
     51. Set No data values to -999 for rsters
    66
    7 gdal_translate -ot float32 -of gtiff -a_nodata -999 in_original.tif out_nodata_defined.tif
     7gdal_translate -ot float32 -of gtiff -a_nodata -999 in_01.tif out_01.tif
     8
     9gdal_translate -ot float32 -of gtiff -a_nodata -999 in_02.tif out_02.tif
     10
    811
    9122. Build VRT with specified source no data value
    1013
    11 gdalbuildvrt -srcnodata -999 -hidenodata out.vrt out_nodata_defined.tif
     14gdalbuildvrt -srcnodata -999 -hidenodata out.vrt *.tif
    1215
    1316Am I doing something wrong, or is this an issue?