openeo-python-client
openeo-python-client copied to clipboard
Future proof `load_ml_model`
https://github.com/Open-EO/openeo-python-client/blob/e930f72fd75c4552ef9e63bc7edf9711f070abe5/openeo/rest/mlmodel.py#L45-L59
This API, with id
argument is outdated (removed by https://github.com/Open-EO/openeo-processes/pull/417), and will be replaced by argument uri
(by https://github.com/Open-EO/openeo-processes/pull/441)
we have to make sure the python client is future proof here (possibly with some backward compatibility tricks)
related:
- https://github.com/Open-EO/openeo-python-driver/issues/306