Version 0.2.10
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
With version 0.2.10, the Person
model has been enhanced. Now, persons receive a UUID and will be queryable by this UUID from outside in a future version.
Secondly, a spatial filter is implemented. With this version, an Entry
can search for other metadata entries within a search radius. For more advanced spatial queries, the metacatalog.util.location
sub-module can create sophisticated search shapes from a variety of input arguments.