-
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
Get band metadata according to spec #77
Comments
This was referenced Sep 5, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 5, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 5, 2019
Introduce CollectionMetadata class to allow more complex metadata handling Get rid of `fetch_metadata` hack in RESTConnection
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 5, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 5, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 11, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 11, 2019
Introduce CollectionMetadata class to allow more complex metadata handling Get rid of `fetch_metadata` hack in RESTConnection
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 11, 2019
Allows to get a image collection band using common name ("red", "nir", ...): e.g. `im.band("red")` related to Open-EO#76 Open-EO#77 and EP-3053
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 12, 2019
Allows to get a image collection band using common name ("red", "nir", ...): e.g. `im.band("red")` related to Open-EO#76 Open-EO#77 and EP-3053
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 12, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 12, 2019
Introduce CollectionMetadata class to allow more complex metadata handling Get rid of `fetch_metadata` hack in RESTConnection
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 12, 2019
Allows to get a image collection band using common name ("red", "nir", ...): e.g. `im.band("red")` related to Open-EO#76 Open-EO#77 and EP-3053
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 12, 2019
Allows to get a image collection band using common name ("red", "nir", ...): e.g. `im.band("red")` related to Open-EO#76 Open-EO#77 and EP-3053
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 13, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 13, 2019
Introduce CollectionMetadata class to allow more complex metadata handling Get rid of `fetch_metadata` hack in RESTConnection
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 13, 2019
Allows to get a image collection band using common name ("red", "nir", ...): e.g. `im.band("red")` related to Open-EO#76 Open-EO#77 and EP-3053
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 16, 2019
soxofaan
added a commit
to soxofaan/openeo-python-client
that referenced
this issue
Sep 16, 2019
Allows to get a image collection band using common name ("red", "nir", ...): e.g. `im.band("red")` related to Open-EO#76 Open-EO#77 and EP-3053
This was referenced Oct 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the python client gets band names (to be used for
band_filter()
andband()
) from non standardbands
path in the collection metadata.The spec however specifies where band names (and common names) should be specified:
properties/eo:bands
related: #76 , Open-EO/openeo-api#208
The text was updated successfully, but these errors were encountered: