You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
Utilize as many existing functions within tiles2gpkg_parallel.py as possible.
The text was updated successfully, but these errors were encountered: