-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load_uploaded_files not implemented? #177
Comments
cube = con.datacube_from_process("load_uploaded_files", paths=["/path/to/....", "..."], format="...") The |
Thanks for the hint. As for building a cube using the generic
How would it be combined with the polygonal_mean_timeseries? Or is there a more |
that "no cube:dimension metadata" is just a warning, it shouldn't block you. Can you provide a bit more source code? It's a bit hard to guess what you are trying to do. |
Sure, I want a simple
I have tried this:
But this calls the From your hint, I figured the vector could be taken as an uploaded cube (?):
But then the cube is not supported in this process, as geometries are expected (error message):
|
Indeed you can add a custom predefined process to your back-end. Else the validation step will complain since that process does not appear in your supported processes . |
I am looking for the process
load_uploaded_files
, see specs. Has this been implemented in the openeo-python-client?I also noted that when using:
the process graph is calling
read_vector
. This process_id is not listed in the specs, should this beload_uploaded_files
instead?The text was updated successfully, but these errors were encountered: