-
Notifications
You must be signed in to change notification settings - Fork 5
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
bands input in load_collection causes error #28
Comments
which backend url are you using? |
I am using this url: http://openeo.vgt.vito.be/openeo/0.4.0 The following process graph works (no bands specified anywhere):
Adding the input bands with band names "nir" and "red" in the first node "dc" causes the error above
If the bands are specified by their band_id ["8", "4"] (collection metadata), there is an integer/string error: If the bands are specified as integers [8, 4], they don't exist: |
thanks for the info |
…builders also related to Open-EO/openeo-python-client#76
should be fixed with commits above |
In a process graph, when adding the bands input, e.g.
the back-end returns the following error:
If the bands input is not given, everything works fine. If needed I can provide full examples for this.
The text was updated successfully, but these errors were encountered: