Open
Description
This is a question that came up while working on a supporting refactor for Open-EO/openeo-aggregator#125. I was slowed down quite a bit with this non-standard "public" UDP feature:
- user
johndoe
saves a UDP withpublic=True
- other users can list this UDP under
GET /processes/u:johndoe
- other users can load this UDP with namespace
u:johndoe
also described in python client docs at https://open-eo.github.io/openeo-python-client/cookbook/udp_sharing.html
I think we nowadays settled on UDP sharing through URLs (e.g. with the official remote process definition extension) instead of this non-standard "public" flag.
Is it still useful/necessary to keep this non-standard "public" UDP feature alive?
Or can we clean that up to simplify the related code paths?