This repository was archived by the owner on Jun 9, 2018. It is now read-only.

Description
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.