On mardi 15 mai 2018 07:58:27 CEST Rahkonen Jukka (MML) wrote: > Hi, > > Are there any examples available about how to convert some DEM data into > GeoPackage according to the Tiled Gridded Coverage Data extension that GDAL > 2.3 supports?
Jukka, Just gdal_translate from a single-band raster with data type Int16, UInt16 or Float32 (or use -ot to force one of those types) Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
