Brad Hards <bradh <at> frogmouth.net> writes: > > On Thu, 7 Jan 2016 11:09:10 AM Even Rouault wrote: > > gdal_translate -of VRT -a_nodata will not remap values, but just change the > > declared nodata value. > That is in the docs, but was still a little unexpected > > I did the gdalwarp solution, but as the source data gets larger, then the > resource cost of duplicating all the data goes up.
Have you already tried gdal_calc http://www.gdal.org/gdal_calc.html? Option --NoDataValue=NODATAVALUE looks promising. -Jukka Rahkonen- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
