Seth Price wrote:
How can one remove the nodata values from a GeoTIFF? I'm working with a 3
band RGB image.

I find many instructions on how to add the values, but none on how to
remove them.

Seth,

Unfortunately there isn't a particularly direct way of accomplishing this.
You could do:

  gdal_translate -of VRT your.tif work.vrt

Then manually edit work.vrt and remove the line(s) with the NoDataValue
tags.   Then convert back to geotiff.

  gdal_translate work.vrt fixed_your.tif

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to