Re: [gdal-dev] Fwd: Converting Tiff to GeoPackage with Zoom Levels

2018-04-28 Thread Gil
Hey Even, I tried using gdal2.0.2 (deployed with QGIS 3.0) and got this result. The original Tiff is converted to level 17 of GPKG, and then after the gdaladdo I have level 18 through 10, where 10 has 2 tiles. This is the output of gdalinfo: Driver: GTiff/GeoTIFF Files: C:\myfile.tif Size is 199

Re: [gdal-dev] Fwd: Converting Tiff to GeoPackage with Zoom Levels

2018-04-28 Thread Gil
Hey Even, I tried using gdal2.0.2 (deployed with QGIS 3.0) and got this result. The original Tiff is converted to level 17 of GPKG, and then after the gdaladdo I have level 18 through 10, where 10 has 2 tiles. This is the output of gdalinfo: Driver: GTiff/GeoTIFF Files: C:\myfile.tif Size is 199

Re: [gdal-dev] Fwd: Converting Tiff to GeoPackage with Zoom Levels

2018-04-28 Thread Even Rouault
Please paste the output of gdalinfo C:\myfile.tif Which gdal version do you use ? What you report sounds a bit like https://trac.osgeo.org/gdal/ticket/6932 Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mail

[gdal-dev] Fwd: Converting Tiff to GeoPackage with Zoom Levels

2018-04-28 Thread Gil
Hello, I have a tiff file which I am converting to GPKG (with jpeg) using gdal_translate and then build pyramids using gdal_addo, I'd like to get to a zoom level with only 1 tile (a recommendation from my displaying client - it's important). However no matter how many levels I specify in gdal_

[gdal-dev] gdal2.3 configuration fails

2018-04-28 Thread Martin Landa
Hi, configuration is failing in release/2.3 branch on my computer with $ CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" ./configure checking whether byte ordering is bigendian... no checking for 64bit integer type... configure: error: long long not found The same command works in master. ./autogen.sh d