actinia-core icon indicating copy to clipboard operation
actinia-core copied to clipboard

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zen...

Results 79 actinia-core issues
Sort by recently updated
recently updated
newest added

- Add black workflow - apply black - flake8 80 symbols per line

Would it be possible to upload the latest version on Pypi or is the project docker only now?

cicd

This PR adresses #370 - it prepares to publish actinia on pypi - wheel was manually built + pushed with this pyproject.toml to [PyPI](https://pypi.org/project/actinia-core/4.2.0/) TODOs: - the hard version pinning...

This PR updates the python joblib library to 1.1.0 as it may otherwise lead to errors when multiprocessing in scikit-learn: ``` -------------------------------------------------------------------------------- LokyProcess-7 failed with traceback: -------------------------------------------------------------------------------- Traceback (most recent...

Currently, the processing part in actinia reads the config from the process queue in redis (when configured) via the `resource data container` object. This means that the config is used...

#359: By changing v.info -c to v.db.connect -c, GRASS does not return an error for vector maps with missing table. Instead this message is printed: "Map is not connected to...

Sentinel processing does not work due to GoogleCloudAPIError. This happens in tutorial_sentinel2_ndvi.md and in tutorial_process_chain.md. The Landsat processing in tutorial_landsat_ndvi results in KeyError. GoogleCloudAPIError will probabaly also be an issue...

documentation
prio

We want to use `black` to beautify actinia code. We want to use some black in Workflows, so that workflows fails if the code is not black conform. Before the...

prio

Also in the actinia-plugin the old style has to be changed. See #245 Plugins to check for old style: - https://github.com/mundialis/actinia-module-plugin/issues - https://github.com/mundialis/actinia-metadata-plugin/issues - https://github.com/mundialis/actinia_satellite_plugin/issues - https://github.com/mundialis/actinia_statistic_plugin/issues - https://github.com/mundialis/actinia-stac-plugin/issues -...

actinia roadmap
refactoring

**Code:** https://github.com/mundialis/actinia_core/blob/main/docs/docs/actinia_concepts.md?plain=1 ```bash # Download the latest swagger definition from the actinia service wget https://actinia.mundialis.de/latest/swagger.json -O /tmp/actinia.json # Run spectacle docker image to generate the HTML documentation docker run -v...

bug
documentation