An open API service indexing awesome lists of open source software.

https://github.com/actinia-org/actinia-metadata-plugin

Contains actinia communication with a metadata catalog via OGC-CSW, in usage with GeoNetwork opensource
https://github.com/actinia-org/actinia-metadata-plugin

actinia actinia-plugin geonetwork geospatial metadata ogc-csw opensource

Last synced: 5 months ago
JSON representation

Contains actinia communication with a metadata catalog via OGC-CSW, in usage with GeoNetwork opensource

Awesome Lists containing this project

README

          

# actinia-metadata-plugin

You can run actinia-metadata-plugin in multiple ways:

* as actinia-core plugin
* as standalone app with gunicorn, connected with a running actinia-core instance

If used as actinia-core plugin, the main.py is not executed.

## Installation
For installation or DEV setup, see docker/README.md.

## DEV notes:

#### Versioning:

https://semver.org/ (MAJOR.MINOR.PATCH)

#### Logging:
in any module, import `from actinia_metadata_plugin.resources.logging import log` and call logger with `log.info("my info i want to log")`