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

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.6%) to scientific vocabulary

Keywords

actinia actinia-plugin geonetwork geospatial metadata ogc-csw opensource
Last synced: 5 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: actinia-org
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 433 KB
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • Open Issues: 1
  • Releases: 3
Topics
actinia actinia-plugin geonetwork geospatial metadata ogc-csw opensource
Created almost 5 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

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")

Owner

  • Name: actinia
  • Login: actinia-org
  • Kind: organization

The geoprocessing platform actinia analyses large volumes of Earth-observation and geodata in the cloud. Repo overview at https://actinia-org.github.io/

GitHub Events

Total
  • Release event: 1
  • Delete event: 2
  • Push event: 8
  • Pull request review event: 1
  • Pull request event: 7
  • Create event: 4
Last Year
  • Release event: 1
  • Delete event: 2
  • Push event: 8
  • Pull request review event: 1
  • Pull request event: 7
  • Create event: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 33
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 1
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.12
  • Merged pull requests: 24
  • Bot issues: 1
  • Bot pull requests: 25
Past Year
  • Issues: 0
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: about 17 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • renovate[bot] (1)
Pull Request Authors
  • renovate[bot] (25)
  • mmacata (4)
  • anikaweinmann (3)
  • linakrisztian (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • Flask *
  • Flask-Cors >=3.0.3
  • Flask-RESTful >=0.3.6
  • colorlog >=3.1.4
  • flask-restful-swagger-2 >=0.35
  • gunicorn >=19.7.1
  • jsonmodels >=2.3
  • pyscaffold *
  • pytest-cov >=2.5.1
  • python-json-logger *
  • requests >=2.20.0
  • setuptools >=30.3.0
  • xmltodict >=0.11.0
.github/workflows/flake8.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v1 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • softprops/action-gh-release v1 composite
docker/docker-compose.yml docker
  • actinia-metadata latest
docker/release/Dockerfile docker
  • alpine edge build
docker/s2i-actinia-metadata-builder/Dockerfile docker
  • centos/python-38-centos7 latest build
pyproject.toml pypi
setup.py pypi