[gdal-dev] Raster from temporary tiles

Matthias Kuhn matthias at opengis.ch
Tue Jul 19 23:08:07 PDT 2016


Hi Even


On 20/07/16 08:04, Even Rouault wrote:
> Hi Matthias,
>
> The GPKG driver is a full-blown raster driver with similar capabilites to the 
> GeoTIFF one. That is you can use GDALCreate() to initialize an empty raster 
> and then write arbitrary portions of it with GDALRasterIO(, ..., GF_Write, 
> ...). 
> You can also initialize empty overviews with GDALBuildOverviews( ..., "NONE", 
> ... ) and write arbitrary raster content in them with GDALRasterIO() on the 
> overview bands.
>
> Even

Thanks, good to know it's possible!
Is that available in

  * command line tools
  * the python API
  * or only the C API?


Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20160720/b771a827/attachment.html>


More information about the gdal-dev mailing list