Carmen Tawalika

Results 27 comments of Carmen Tawalika

I had the same problem with Atom 1.26.1. After an update of atom it is now working (to 1.54.0). `asciidoc-preview` is and was version 2.13.1.

Out of the box it is only possible to create a STRDS within a user mapset with data in the same mapset. This is currently WIP in #192. The current...

Yes (https://github.com/mundialis/actinia_core/issues/192)

Hi @ninsbl , this cannot be done by design. On purpose there are two DBs - the shared one, where all data can be stored and then used by users...

The folder structure to start with was agreed upon: ``` . ├── rest │ ├── topic1 │ └── topic2 ├── core │ ├── common │ ├── topic1 │ └── topic3...

Status is: Code was sorted into `rest`, `core` and `models` folders * modules from `actinia_core.resources.common` changed to `actinia_core.core` * but modules which are used by actinia plugins changed to `actinia_core.core.common`...

And one more ``` exception: { message: "Error while reading from socket: (104, 'Connection reset by peer')", traceback: [ " File "/usr/lib/python3.8/site-packages/actinia_core/rest/ephemeral_processing.py", line 1747, in run self._execute() ", " File...

Work in progress #373 but still some obstacles. Meanwhile, could it be an option to use the python wheels attached to the releases? Then it would be ``` pip3 install...

Works fine for me: ` curl -L -u XX:XX -X POST -H "Content-Type: multipart/form-data" -F "file=@Downloads/NRW.gpkg" https://actinia-dev.mundialis.de/api/v3/locations/latlong_wgs84/mapsets/test_mapset/vector_layers/testvector_ct` and `"message": "Vector layer successfully imported.",` I used the NRW.gpkg you attached, unzipped...

![Bildschirmfoto vom 2022-03-22 15-43-48](https://user-images.githubusercontent.com/8308401/159509667-1bd12880-f68b-4c95-9ec9-27a92bfd0559.png)