Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

loadCollection: band names #125

Closed jonathom closed 3 years ago

jonathom commented 4 years ago

Since band names can be backend-specific (e.g. S2 "B8" vs "B08") or hard to keep in mind (e.g. S5Ps "tropospheric_NO2_column_number_density" - band), entering the correct names by hand when loading a collection could be assisted with some sort of overview or dropdown menu to choose the band names from.

m-mohr commented 4 years ago

Agreed, the parameter editor (especially for load_collection) should at least offer one of these features:

  1. Open the HTML version of the collection, e.g. via an (i) button behind the select box (easy, likely for "v0.6.0")
  2. Provide the band names in a select box itself depending on the selected collection id (complex), likely for "future")
m-mohr commented 3 years ago

Both options have been implemented. Does this work for you, @jonathom?

jonathom commented 3 years ago

Yes, both work. Perfect!