ESA-APEx / apex_algorithms

Hosted APEx algorithms
Apache License 2.0
0 stars 0 forks source link

namespacing of link `rel`s? #12

Closed soxofaan closed 3 months ago

soxofaan commented 3 months ago

https://github.com/ESA-APEx/apex_algorithms/blob/99a92be5fcd44435e20586379a09c59e45a833a3/algorithm_catalog/worldcereal.json#L85-L90

udp is quite short as rel value, risking collision or confusion. Maybe we should at least namespace it a bit e.g.

"rel": "openeo-udp",

?

jdries commented 3 months ago

good point! We'll eventually need to standardize this somehow, so good to immediately try and have something reasonable.

soxofaan commented 3 months ago

related: https://github.com/Open-EO/openeo-api/issues/539