[gdal-dev] Geotiff FillEmptyTiles with no data value?

Even Rouault even.rouault at spatialys.com
Tue May 3 11:59:38 PDT 2016


Le mardi 03 mai 2016 20:23:49, jramm a écrit :
> Hi
> 
> When writing geotiffs, if I dont write blocks they will automatically be
> filled on close by the FillEmptyTiles.
> It appears that this will only fill with zeros - is it possible to make it
> fill with the no data value instead?

You can also avoid the blocks to be written at all with the SPARSE_OK=TRUE 
creation option. On reading, missing blocks will be returned filled with the 
nodata value. But sparse geotiffs are a bit non-standard.

We'd welcome a patch to modify FillEmptyTiles to use the nodata value

> 
> This is potentially a huge time saver when processing a large, fairly
> sparse geotiff using python as relying on gdal to fill in 'null' blocks
> appears far quicker than calling the python write method.
> 
> 
> 
> 
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Geotiff-FillEmptyTiles-with-no-data-va
> lue-tp5264310.html Sent from the GDAL - Dev mailing list archive at
> Nabble.com.
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com


More information about the gdal-dev mailing list