-
When trying to update to `SNAP 10` (see https://github.com/mundialis/esa-snap/pull/41), the following error occurred:
```
i.sentinel1.pyrosargeocode -fndm input=/grassdb/....SAFE.zip output_director…
-
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 "file=@NRW.gpkg" https://actinia-dev.mundialis.de/api/v3…
-
See https://github.com/mundialis/actinia-api/pull/6#discussion_r943336532
Challenge is:
- workflow needs to run after a release was made
- only after the version update, the actual workflow can b…
-
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 raster maps with which I'd …
-
Hi,
I'm testing export options and found 2 actinia endpoints to do so which minimum requirement is role:user. However, when I run them with `curl` I get the following:
```
curl ${AUTH} -X GET "…
-
Is there already a way to securely store and access e.g. database credentials as an actinia user?
When data is to be fetched from or exported to external databases, one needs some form of storing l…
-
Hi,
I'm baby-step trying to grasp how to do some simple grass stuff in actinia. I want to get the computational region of an existent mapset printed. I did not find an endpoint for that, so I went…
-
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 par…
-
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:…
-
**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://acti…