You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @pl-marasco for splitting into a different issue.
clausmichele
changed the title
In the wildfires notebook there's an issue with the used SATC Catalog from Element84, since the v0 is no more updated.
In the wildfires notebook there's an issue with the used STAC Catalog from Element84, since the v0 is no more updated.
Oct 17, 2023
But I guess that you would get the same issue with an updated version of pystac_client for the other notebook. It is anyway good to deprecate the usage of the v0 Element84 Catalog and switch to the v1. I quote a message from a Element84 developer:
The new version (“v1”) of Earth Search with these updates is available at earth-search.aws.element84.com/v1. The old version (“v0”) of Earth Search is now considered deprecated. Specific per-Collection notes can all be found in the Earth Search GitHub repository, which is also used for issue tracking. There is no specific timeline for when v0 will be deleted, but it is no longer being updated.
We recently put out a blog that explains this change and the new datasets that are available.
returns:
DoesNotConformTo: Server does not conform to ITEM_SEARCH, There is not fallback option available for search.
We need to switch to this one:
catalog = Client.open("https://earth-search.aws.element84.com/v1")
with this collection
band names are also different:
bands=("nir", "swir22"),
Originally posted by @clausmichele in #6 (comment)
The text was updated successfully, but these errors were encountered: