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

When uploading a vector data to actinia using the following command: ``` curl -L -u "XX:XX" -X POST -H "Content-Type: multipart/form-data" -F "[email protected]" https://actinia-dev.mundialis.de/api/v3/locations/latlong_wgs84/mapsets/test_mapset/vector_layers/testvector ``` I received an error by...

bug

From #295 some TODOs are open one of these is the implementation of importing S-2 data from region an time without any ID: implement query such that all S2 data...

enhancement

From #295 some TODOs are open one of these is the implementation of the extent (bbox): import processes are automatically put before grass (or other) processes in a process chain....

enhancement

From #295 some TODOs are open one of these is the improvement of `i.sentinel.download` such that it can directly download individual bands: improve `i.sentinel.download` such that it can directly download...

enhancement

Is there an example or template on how to create a STRDS in an existent mapset within actinia? For example within the latlong location and worldpop mapset there are several...

documentation

Placeholder issue to check regularly the plugin issues: [Issues](https://github.com/search?q=org%3Aactinia-org+-project%3Aactinia-org%2F1+is%3Aopen&type=issues) [PRs (excluding renovate)](https://github.com/search?q=org%3Aactinia-org+-project%3Aactinia-org%2F1+is%3Aopen+-author%3Aapp%2Frenovate&type=pullrequests) [Discussions](https://github.com/search?q=org%3Aactinia-org+-project%3Aactinia-org%2F1+is%3Aopen+-author%3Aapp%2Frenovate&type=discussions) - Check if one should be transformed to an issue Overview: Plugins: - https://github.com/mundialis/actinia-module-plugin - https://github.com/mundialis/actinia-metadata-plugin -...

plugin
prio

Follow up from https://github.com/mundialis/actinia_core/pull/278 In the modules in `rest` folder, API docs are still defined above the HTTP methods. They should also be moved to [actinia-api](https://github.com/mundialis/actinia-api). Also move version definition...

good first issue
refactoring

The introduction and examples appear twice in https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json.

documentation

It would be nice to move all actinia related repositories to a new github organization. The preferred name would be - obviously - `actinia`. Unfortunaltey, this name is already taken....

question

At time the directory `tgis` is not yet copied: https://github.com/mundialis/actinia_core/blob/e1510fce08f8d40d5fc048dc7fd81e920ed5ffc3/src/actinia_core/resources/persistent_processing.py#L477 In addition, the support needs to be added also in some other places: - update of mapset name in tgis...

enhancement
help wanted
WIP