Open clausmichele opened 1 month ago
ciao @clausmichele ,
Ok, now the list of processes for a backend is shown only if the related endpoint is actually configured (that means if org.openeo.[engine].endpoint
is set) (see 88311b3)
This change has been pushed to master
, but the feature/stac_1.1.0
has been rebased again so to be up-to-date.
I also specified the new processes list to be fetched from the /processes
endpoint of the ODC backend in the development Spring server, so no file is needed anymore.
Currently the /processes endpoint exposes the content of two json files containing the set of processes implemented in Python and WCPS. We should expose only the ones for Python if no WCPS Collection is exposed. See here: https://github.com/Open-EO/openeo-spring-driver/blob/657d26857a21296741788164d940bd3957986738/src/main/java/org/openeo/spring/api/ProcessesApiController.java#L131
Additionally, instead of a file based, we can use the /processes endpoint I added to the openeo_odc_driver here: https://github.com/Open-EO/openeo_odc_driver/blob/6a6b3a9dd43496477a0e915e0911f9757782582b/openeo_odc_driver/odc_backend.py#L177