Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
48 stars 16 forks source link

load_stac and remove job-id subtype #384 #413

Closed m-mohr closed 1 year ago

m-mohr commented 1 year ago

To avoid ambiguities, I think we can remove the batch job id subtype. A batch job ID can also just be provided via the uri subtype. Either you provide the canonical (i.e. "public") link and then it's just like any external data. Or you can simply provide a URI such as https://example.com/api/v1.0/jobs/12345/results and then you can easily detect the job id from it. The clients can help with it by allowing Job objects as input for example.

jdries commented 1 year ago

@LukeWeidenwalker FYI, not each openEO collection is a STAC collection. In Terrascope backend for instance, the majority of collections is based on opensearch or even simply finding tif or netcdf files on disk by globbing.

m-mohr commented 1 year ago

Change id to url.

m-mohr commented 1 year ago

Ready for review.