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 OpenEO Hub improvement #32

Closed bgoesswe closed 4 years ago

bgoesswe commented 4 years ago

If a backend from the openeo hub has ".well-known" in it: Read automatically the backend versions above 0.4.0 from the endpoint. e.g.

  1. From Hub: https://earthengine.openeo.org/.well-known/openeo

  2. Call https://earthengine.openeo.org/.well-known/openeo and get versions JSON

  3. Get https://earthengine.openeo.org/v0.4 from the versions JSON

Alternatively / Additionally: Allow the https://earthengine.openeo.org/.well-known/openeo backend url and after pressing "Connect", automatically choose the 0.4.x version url for the connection

bgoesswe commented 4 years ago

Now only versions above 0.4.0 are added to the list.