Version 0.1.11
About
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
Main focus of this patch version is the complete rework of Licenses and Keywords. A new model is introduced to store thesaurus information.
Downgrade migrations and version mismatches are still not working. We are looking into replacing the migration system as the path issues can't really be solved at the moment.
Note
Version 0.1.10 has problems with the downgrade migration test. For this patch version, the downgrade migration tests and the version mismatch tests were disabled. They will be enabled again, before version 0.2 is released