Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
155 stars 42 forks source link

cleanup load_disk_collection/load_disk_data/load_uploaded_files #467

Closed soxofaan closed 10 months ago

soxofaan commented 1 year ago

https://github.com/Open-EO/openeo-python-client/blob/fd6d9f648ba3074725baa57fca9e70cfa090e555/openeo/rest/datacube.py#L203-L218

This Connection method is called load_disk_collection, while used openeo process is called load_disk_data. Neither of these is an official process.

Closest matching standard openeo process is load_uploaded_files, which does not have a related Connection method in python client. (vectorcube_from_paths uses it, but that's again another name).

Clearly some room for improvement/cleanup

jdries commented 10 months ago

I marked load_disk_collection as deprecated in favour of load_stac.