You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to list all collection ids provided by the back-end.
740
740
@@ -914,6 +914,8 @@ def vectorcube_from_paths(
914
914
:param options: The file format parameters to be used to read the files. Must correspond to the parameters that the server reports as supported parameters for the chosen format.
915
915
916
916
:return: A :py:class:`VectorCube`.
917
+
918
+
.. versionadded:: 0.14.0
917
919
"""
918
920
graph=PGNode(
919
921
"load_uploaded_files",
@@ -1200,7 +1202,7 @@ def create_job(
1200
1202
defjob(self, job_id: str) ->BatchJob:
1201
1203
"""
1202
1204
Get the job based on the id. The job with the given id should already exist.
1203
-
1205
+
1204
1206
Use :py:meth:`openeo.rest.connection.Connection.create_job` to create new jobs
0 commit comments