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).
https://github.com/Open-EO/openeo-python-client/blob/fd6d9f648ba3074725baa57fca9e70cfa090e555/openeo/rest/datacube.py#L203-L218
This
Connection
method is calledload_disk_collection
, while used openeo process is calledload_disk_data
. Neither of these is an official process.Closest matching standard openeo process is
load_uploaded_files
, which does not have a relatedConnection
method in python client. (vectorcube_from_paths
uses it, but that's again another name).Clearly some room for improvement/cleanup