Guido Riembauer

Results 17 comments of Guido Riembauer

This bug is due to the fact that SLC scenenames have one more `_` (underscore), which confuses the identification of scene specifications by `' '.split('_')`. This is fixed in #453

Update: Please ignore for now, more adaptions to i.sentinel.mask are to come (performance improvement)

Hi @ninsbl, Thanks a lot for the link, I wasn't aware of this PR honestly, but of course it makes much more sense to take it from there! (indeed staying...

Thank you all for the feedback and thank you @yannforget for the flexibility and continuous support of landsatxplore ;) I started experimenting a little in #419 but the implementation is...

Hi @veroandreo, First of all, thanks a lot for your extensive testing! These endpoints require HTTP `POST` requests instead of `GET` requests, so the syntax would be: `curl ${AUTH} -X...

In the tutorials, the Sentinel-2 NDVI is calculated in two ways using a) a process chain with an `importer` and a `r.mapcalc` command: https://github.com/mundialis/actinia_core/blob/main/docs/docs/tutorial_process_chain.md b) the `ndvi` endpoint of the...

actinia.mundialis.de is now on actinia-core version 4.1.0. This means that S-2 importing works on locations with projection units `meters`. In https://github.com/mundialis/actinia_core/pull/363, the tutorials are adapted such that the process-chain example...

No, not at all, I am just used to using it since it is the _pygrass_ way ;) Also, some GRASS modules from the `temporal` framework use ParallelModuleQueue, e.g. for...

Hi @Meresmata, I have the same problem occasionally and so far could only trace it back to an issue on the Earth Explorer side. Trying to download the specific scenes...

Great, thanks for your quick reply! `11715615` appears to be the `entity_Id` of this Sentinel-2 scene, e.g.: ``` >>> scenes = api.search(dataset='SENTINEL_2A',latitude=19.53,longitude=-1.53,start_date='2020-10-01',end_date='2020-12-01',max_cloud_cover=30) >>> for scene in scenes: print(scene['entityId']) ... 11029040...