Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Return error if bands don't exist #31

Closed m-mohr closed 7 months ago

m-mohr commented 4 years ago

When loading bands with load_collection and specifying incorrect band names, an error should be thrown. @flahn