Question

writing metadata to geopackage?

  • 29 November 2019
  • 1 reply
  • 15 views

Badge +10

When writing to a geopackage, is there a method to add metadata?


1 reply

Badge

If you use the OGC GeoPackage Tiles Writer, then each raster feature's attributes will be written as metadata (associated with the tiles table for that feature).

 

If you want to add arbitrary metadata after that, then it might be easiest to use the SQLite Non-Spatial Writer to append rows to the `gpkg_metadata` table.

Reply