Re: [gdal-dev] GPKG nodata isn't applied in all tiles

2017-09-28 Thread Roarke Gaskill
Evan, Thank you for the insight and fix. Roarke On Thu, Sep 28, 2017 at 2:17 PM, Even Rouault wrote: > On jeudi 28 septembre 2017 09:08:00 CEST Roarke Gaskill wrote: > > > Hi, > > > > > > It seems the nodata value is not being used as "fill" completely around > > > tiled images. > > > > > > To

Re: [gdal-dev] GPKG nodata isn't applied in all tiles

2017-09-28 Thread Even Rouault
On jeudi 28 septembre 2017 09:08:00 CEST Roarke Gaskill wrote: > Hi, > > It seems the nodata value is not being used as "fill" completely around > tiled images. > > To reproduce: > > http://download.osgeo.org/geotiff/samples/spot/chicago/SP27GTIF.TIF > > gdal_translate -ot Float32 -of GPKG -co

[gdal-dev] GPKG nodata isn't applied in all tiles

2017-09-28 Thread Roarke Gaskill
Hi, It seems the nodata value is not being used as "fill" completely around tiled images. To reproduce: http://download.osgeo.org/geotiff/samples/spot/chicago/SP27GTIF.TIF gdal_translate -ot Float32 -of GPKG -co "TILING_SCHEME=GoogleMapsCompatible" SP27GTIF.TIF chi1.gpkg gdal_translate -a_noda