https://github.com/actinia-org/actinia-processing-lib
Library for common processing functionality
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 (4.7%) to scientific vocabulary
Repository
Library for common processing functionality
Basic Info
- Host: GitHub
- Owner: actinia-org
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 203 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
actinia-processing-lib
This is the processing library for actinia-core.
It is a requirement of actinia-core and some actinia plugins and not meant to be used standalone.
DEV setup
For a DEV setup integrated with other actinia components, see here.
Running tests
You can run the tests in the actinia test docker:
```bash docker build -f docker/actinia-processing-lib-test/Dockerfile -t actinia-processing-lib-test . docker run -it actinia-processing-lib-test -i
cd /src/actinia-processing-lib/
run all tests
make test
run only integrationtests
make integrationtest
run only tests which are marked for development with the decorator '@pytest.mark.dev'
make devtest ```
Owner
- Name: actinia
- Login: actinia-org
- Kind: organization
- Website: https://actinia.mundialis.de
- Repositories: 22
- Profile: https://github.com/actinia-org
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: 7
- Pull request review event: 2
- Pull request review comment event: 89
- Pull request event: 2
- Create event: 5
Last Year
- Release event: 1
- Delete event: 2
- Push event: 7
- Pull request review event: 2
- Pull request review comment event: 89
- Pull request event: 2
- Create event: 5
Dependencies
- actions/checkout v4 composite
- docker/build-push-action v6 composite
- docker/setup-buildx-action v3 composite
- mundialis/actinia latest build
- mundialis/actinia latest build
- valkey/valkey 8.1-alpine
- colorlog >=4.2.1
- xmltodict *