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

Add ability to append a tile set to an existing GeoPackage #9

Open
GitHubRGI opened this issue Jan 12, 2015 · 0 comments
Open

Add ability to append a tile set to an existing GeoPackage #9

GitHubRGI opened this issue Jan 12, 2015 · 0 comments

Comments

@GitHubRGI
Copy link
Collaborator

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants