Open-EO / openeo-qgis-plugin

QGIS Plugin to connect and use openEO compliant backends.
Apache License 2.0
17 stars 1 forks source link

Connection to Hub Exchange (Process Graph) #49

Closed bgoesswe closed 3 years ago

bgoesswe commented 4 years ago

Add the possibility to load the process graphs from the openeo hub (hub.openeo.org)

Like loading the process graph and maybe exchanging the extent accordingly to the selection.

The endpoint is described here: /process_graphs at: https://github.com/Open-EO/openeo-hub

bgoesswe commented 4 years ago

So maybe it would be better to let the "Load" button not create a new "load_collections" process with the extent, but change the existing extent of the existing "load_collection" process in the current process graph windows.

Nina-Gn commented 4 years ago

http://hub.openeo.org/api/process_graphs

Nina-Gn commented 4 years ago

All process graphs can be loaded and most of them executed.

Limit the displayed process graphs to those, which can really be executed. E.g. try to create the second last job of the list in GEE. Not possible!

bgoesswe commented 3 years ago

I think that's good enough for now, I'll close this issue