You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the ace way via grass terminal. But if I do the following
https://actinia.mundialis.de//api/v1/locations/latlong_wgs84/mapsets/worldpop_south_america/processing_async
{'version': '1', 'list': [{'module': 'g.region', 'id': 'g.region_1804289383', 'flags': 'p'}]}
veroandreo
Resource status accepted
Polling: https://actinia.mundialis.de/api/v1/resources/veroandreo/resource_id-3839dbbf-7de1-4e0d-abec-76ea852f6624
Resource poll status: error
AsyncProcessError: Mapset <worldpop_south_america> exists in the global dataset and can not be modified.
Only, this works: ace location="latlong_wgs84" grass_command="g.region -p" but that's not the region I am interested in (btw, there's no report of which mapset the reported region corresponds to, I assume PERMANENT). I must be misunderstanding something, but how can I then get the region of an existent mapset printed?
I apologize in advance if this is not the channel to post these questions. I will happily subscribe to the one you point out :)
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 the ace way via grass terminal. But if I do the following
I get:
Only, this works:
ace location="latlong_wgs84" grass_command="g.region -p"but that's not the region I am interested in (btw, there's no report of which mapset the reported region corresponds to, I assume PERMANENT). I must be misunderstanding something, but how can I then get the region of an existent mapset printed?I apologize in advance if this is not the channel to post these questions. I will happily subscribe to the one you point out :)