<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi Even<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 20/07/16 08:04, Even Rouault wrote:<br>
    </div>
    <blockquote cite="mid:201607200804.24186.even.rouault@spatialys.com"
      type="cite">
      <pre wrap="">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</pre>
    </blockquote>
    <br>
    Thanks, good to know it's possible!
    <blockquote cite="mid:201607200804.24186.even.rouault@spatialys.com"
      type="cite">
    </blockquote>
    Is that available in<br>
    <ul>
      <li>command line tools</li>
      <li>the python API</li>
      <li>or only the C API?</li>
    </ul>
    <br>
    Matthias<br>
  </body>
</html>