GitHubRGI/geopackage-python

Add ability to append a tile set to an existing GeoPackage

Opened this issue · 0 comments

Tiles2gpkg_parallel.py allows a user to create a new GeoPackage from a tile set. Adding another tile set to that GeoPackage should be handled by the script in the event that the output file exists.

The script should:

  • create another raster tile table with all the new tiles
  • add appropriate metadata to tile_matrix and tile_matrix_set tables for the new tiles
  • add appropriate entry in gpkg_contents for the new tiles

Utilize as many existing functions within tiles2gpkg_parallel.py as possible.