Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.
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

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions