https://github.com/actinia-org/actinia-statistic-plugin
This actinia plugin is designed for computing raster map and raster-time-series statistics for categorical and continuous data
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 (10.4%) to scientific vocabulary
Keywords
Repository
This actinia plugin is designed for computing raster map and raster-time-series statistics for categorical and continuous data
Basic Info
Statistics
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 6
- Releases: 10
Topics
Metadata Files
README.md
Actinia Statistic Plugin
This actinia plugin is deigned for to compute raster map layer and raster-time-series statistics for categorical and continuous data. It provides endpoints to sample raster time series data.
NOTE:
Actinia is an open source REST API for scalable, distributed, high performance processing of geographical data that uses GRASS GIS for computational tasks.
The Actinia service consists of the Actinia Core that provides the basic but sophisticated processing service and Actinia plugins that provide problem specific services like Sentinel-2 and Landsat NDVI computation, spatio-temporal statistical analysis and many more.
Installation
The actinia plugin must be installed in the same environment as actinia core. Actinia core must be configured to load the installed plugin. When the plugin is loaded and all plugin endpoints are available in actinia. The interface description of actinia will be extended with the endpoints of the plugins.
```bash git clone https://github.com/mundialis/actiniastatisticplugin.git
cd actiniastatisticplugin pip3 install -r requirements.txt python3 setup.py install ```
After installation set the plugin name in the actinia core configuration and restart the actinia core server.
Required GRASS GIS Addons
The statistic plugin needs the GRASS GIS addon t.rast.sample to be installed in actinia.
Testing locally
``` docker build -f docker/actinia-plugin-tests/Dockerfile -t actinia-plugin-test . docker run -v :/src/actiniastatisticplugin/tests -it actinia-plugin-test:latest -i
run tests with
make test ```
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: 1
- Push event: 9
- Pull request review event: 3
- Pull request event: 10
- Create event: 5
Last Year
- Release event: 1
- Delete event: 1
- Push event: 9
- Pull request review event: 3
- Pull request event: 10
- Create event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 11
- Average time to close issues: N/A
- Average time to close pull requests: 4 months
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.09
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 6
Past Year
- Issues: 0
- Pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
- renovate[bot] (6)
- mmacata (3)
- linakrisztian (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Flask >=0.12.3
- Flask-RESTful >=0.3.6
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- softprops/action-gh-release v1 composite
- actions/checkout v2 composite
- docker/build-push-action v2 composite
- docker/setup-buildx-action v1 composite
- mundialis/actinia latest build