Jeroen Dries
Jeroen Dries
@GriffinBabe did we use that when testing the various cloud masking options? (It's been available for quite some time and indeed works.)
Notes: - Existing implementations focus very hard on landsat, and for instance require a thermal band and landsat quality flags as input - Existing implementations do outlier detection, this would...
I managed to integrate the basic ccdc procedure, based on their library: https://code.usgs.gov/lcmap/pyccd It's kind of hacky because I had to override two methods with a very hard assumption that...
@ValentinaHutter do you know more about this sample? It's probably not an issue in the python client.
Can we merge now? We have some other changes coming up as well on this one.
This looks like low hanging fruit that can solve some issues. The client can also be smart about injecting a 'load_geojson' process, if that is supported by the backend. That...
So to list the current state in client and backend. The backend now returns this when requesting job metadata: ``` results = my_job.get_results() results.get_metadata() ``` Returns: ``` { "assets":{ "s1_rtc_02F97C_N46E010_2021_01_03_MULTIBAND.tif":{...
ESA had a similar request in the RIDs: STAC json should be generated and stored next to downloaded files.
Working on a script to download a full stac collection from openEO job result, trying to fix links. It's not super long yet, but I was expecting to find a...
Thanks a lot! This is mostly what I was looking for. I gave it a try, unfortunately it seems to support download of ItemCollection but not the type of collection...