Skip to content

Version 0.2

Compare
Choose a tag to compare
@mmaelicke mmaelicke released this 11 Jul 07:26

About

Dev status
Metacatalog is a management tool for a PostgreSQL/PostGIS database that is primarily used to store meta-data of environmental open data. While it can also store the data itself, it is more meant as a Meta-database that should rather interface the original data stores.

Metacatalog has three main submodules:

  • the Database Models
  • a Python API
  • a CLI

The full documentation can be found at: https://vforwater.github.io/metacatalog.

This Version

Verison 0.2 made substantial changes to the database schema. With 0.2, it is in principle possible to store all mandatory and most of the optional metadata, that is required by ISO 19115 / INSPIRE. The only missing objects are DQ_DataQuality and the Measurement & Observations scheme for measurements.
An export extension and the missing tables will be added with version 0.3.