pygeometa
pygeometa provides a lightweight and Pythonic approach for users to easily create geospatial metadata in standards-based formats using simple configuration files (affectionately called Metadata Control Files [MCF]). Leveraging the simple but powerful YAML format, pygeometa can generate metadata in numerous standards. Users can also create their own custom metadata formats which can be plugged into pygeometa for custom metadata format output.
For developers, pygeometa provides a Pythonic API that allows developers to tightly couple metadata generation within their systems and integrate nicely into metadata production pipelines.
The project supports various metadata formats out of the box including ISO 19115, the WMO Core Metadata Profile, and the WIGOS Metadata Standard. Can’t find the format you’re looking for? Element(s) missing from a given format? Feel free to open an issue!
pygeometa has minimal dependencies (wheel install is less than 100 kB), and provides a flexible extension mechanism leveraging the Jinja2 templating system.
pygeometa is open source and released under an MIT license.