Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 3 forks source link

Supported versions in crawling and discovery (drop 0.3, add 1.0) #53

Closed m-mohr closed 4 years ago

m-mohr commented 4 years ago
  1. Drop support for API version 0.3
  2. Add support for API version 1.0
m-mohr commented 4 years ago

I just realized that 1.0 support also includes to update the process graph exchange section and its API. New name for process graphs: User-defined processes

christophfriedrich commented 4 years ago

Thanks for the hint, I'll track that in a separate issue.

christophfriedrich commented 4 years ago

Is there anything else that is needed to make this issue complete? Going through the API v1.0 changelog I saw that I already implemented the biggest things (see above), lots of stuff is already taken care of by the vue-components (e.g. deprecated collections), not used in the Hub (e.g. process_parameters of services), not related to discovery (e.g. everything job) or not interesting for Hub users (e.g. /conformance).

What I spotted as still implementable:

  1. new production field in / (I think stac_version and id are not interesting)
  2. :hourglass_flowing_sand:
m-mohr commented 4 years ago

Not sure what the current status of implementation is, but if it's working in general and is (mostly) on par with the "0.4 Hub" then I'd think it could be considered finished. We can track new features separately.

christophfriedrich commented 4 years ago

It is working in general and can be seen as equivalent to what was possible before -> agreed

So as a last thing I now implemented the production field and then this shall be considered finished. If something more comes up -> new issue.