Hi all, Here is a link to Geopackage sample name ERDC Whitehorse GeoPackage.gpkg at https://portal.opengeospatial.org/files/63156
I tried like this gdal_translate.exe -of GPKG "sample.tif" "sample.gpkg" -co *TILING_SCHEME* =PseudoTMS_GlobalMercator I got only one zoom level in the output Geopackage, from the input GeoTIFF here example sample.tif *Q1:* *I want to know how do I convert a GeoTIFF to below mention tile Schemes I tried, correct If I am wrong.* I have gdal 2.1.0 pre-built binary with to see with the latest version. TILE_SCHEME 1 CUSTOM 2 GoogleCRS84Quad 3 GoogleMapsCompatible 4 InspireCRS84Quad 5 PseudoTMS_GlobalGeodetic 6 PseudoTMS_GlobalMercator *I see there are 3 variations* 1. Tile Format: PNG, JPEG, WEBP 2. Tile Scheme: - CUSTOM - GoogleCRS84Quad - GoogleMapsCompatible - InspireCRS84Quad - PseudoTMS_GlobalGeodetic - PseudoTMS_GlobalMercator 3. Projection parameter at gpkg_contents srs_id : epsg code *Q2:Is that an raster tile may be in other EPSG code other than 3857 and 4326 Not clear when reading the Geopackage specification and is it implemented in GDAL ?* Thanks Gane
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
