Skip to main content

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

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