Opened 8 years ago

Last modified 8 years ago

#6339 closed defect

Overview Creation fails in geopackages created using Tiling Scheme — at Initial Version

Reported by: Augustus Owned by: warmerdam
Priority: normal Milestone: 2.0.3
Component: default Version: 2.0.1
Severity: normal Keywords: raster geopackage gdaladdo
Cc:

Description

The following command will cause a crash for large tiled images. With small tiled images the overviews creation is done fine

gdal_translate -of GPKG byte4800.tif gpkg.gpkg -co TILING_SCHEME=GoogleMapsCompatible
gdaladdo gpkg.gpkg 2 4 8 16 32

You can reproduce this issue by re-sampling the byte.tif to 4800x4800 rows and columns and then manipulating the resultant tif file using the above commands https://github.com/OSGeo/gdal/blob/trunk/autotest/gdrivers/data/byte.tif I have attached the intermediate files.

Change History (2)

by Augustus, 8 years ago

Attachment: gpkg.gpkg added

by Augustus, 8 years ago

Attachment: byte4800.tif added
Note: See TracTickets for help on using tickets.