openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Future proof `load_ml_model`

Open soxofaan opened this issue 6 months ago • 0 comments

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

soxofaan avatar Aug 20 '24 08:08 soxofaan