Re: [gdal-dev] Creating a GeoPackage with multiple tile raster source in gdal 2.1.0

2016-05-19 Thread Gane R
thanks for your reply, I see the subdatasets name in gdalinfo. Q1: However how do I know the name of a tile raster if the GPKG has only one tile raster source,I want to get the name as in gpkg_contents table. Gane On Tue, May 17, 2016 at 8:49 PM, Even Rouault wrote: > Le mardi 17 mai 2016 1

Re: [gdal-dev] Creating a GeoPackage with multiple tile raster source in gdal 2.1.0

2016-05-17 Thread Even Rouault
Le mardi 17 mai 2016 17:08:32, Gane R a écrit : > Hi all, > > I am using a pre-build version of gdal 2.1.0. I am able to create GeoTIFF > to GeoPackage using gdal_translate. > > I see from the Geopackage specification I understand that Geopackage can > have multiple tile sources, If so > > Q1: H

[gdal-dev] Creating a GeoPackage with multiple tile raster source in gdal 2.1.0

2016-05-17 Thread Gane R
Hi all, I am using a pre-build version of gdal 2.1.0. I am able to create GeoTIFF to GeoPackage using gdal_translate. I see from the Geopackage specification I understand that Geopackage can have multiple tile sources, If so Q1: How to I add a tilesource to an exisiting geopackage from a GeoTIFF