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
- Host: GitHub
- URL: https://github.com/actinia-org/actinia-metadata-plugin
- Owner: actinia-org
- License: apache-2.0
- Created: 2021-02-23T15:14:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-13T15:53:01.000Z (6 months ago)
- Last Synced: 2025-12-14T05:51:53.959Z (6 months ago)
- Topics: actinia, actinia-plugin, geonetwork, geospatial, metadata, ogc-csw, opensource
- Language: HTML
- Homepage:
- Size: 393 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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")`