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

Footnotes section is empty in rendered actinia documentation, see e.g. https://mundialis.github.io/actinia_core/actinia_concepts/ (but also happens in other chapters). The links can be accessed form the text where they are linked but...

bug
documentation

If a vector has no database connection because it has no tabel, actinia returns an error by requesting the information of the vector map: ``` # test_random_vect created with e.g....

bug
good first issue

When installed in a software stack, single sign-on would be an advantage instead of a separate authentication for actinia. Therefore it would be cool to enable authentication via anoter component,...

enhancement
actinia roadmap
plugin
refactoring

From #295 some TODOs are open one of these is to correct null value: When importing a scene, `i.sentinel.import` reprojects the map if it does not match the current projection....

enhancement

The usage of recent versions of `itsdangerous` leads to following error: ``` [2022-04-28 11:54:36,723] ERROR : gunicorn.error.glogging -Exception in worker process [in /usr/lib/python3.9/site-packages/gunicorn/glogging.py:270] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/gunicorn/arbiter.py",...

The STRDS support is adjusted so that the tgis sqlite.db is copied by creating a temporare mapset and copies (with renamed mapset) the tgis sqlite.db by the mapset merge. This...

The documentation in https://actinia.mundialis.de/tutorial/introduction.html is a bit outdated and should be updated.

documentation

There are still issues when using the STAC exporter for metadata. With the example from the [wiki page](https://github.com/mundialis/actinia-stac-plugin/wiki/Current-Status-of-STAC-Implementation#stac-exporter) posting to actinia-dev.mundialis.de with ``` "api_version": "3.1.0", "plugin_versions": { "actinia_metadata_plugin": "1.0.2", "actinia_module_plugin":...

bug

This is valid for multiple actinia repos and concerns. Often the `actinia.cfg` is affected, e.g. ``` grass_addon_path = /root/.grass7/addons/ grass_gis_base = /usr/local/grass7 ``` but other parts as well. This might...

Leftover openjdk8-...apk files in docker image In this Dockerfile section openjdk8 packages are fetched: https://github.com/mundialis/actinia_core/blob/fdc0d91d83a528a0584cf206f701a057ba01bb6d/docker/actinia-core-alpine/Dockerfile_runtime_pkgs#L99 but later not removed so that they remain in the docker image: ``` actinia:~$ docker...

cicd