Closed pl-marasco closed 1 year ago
Thanks @pl-marasco for splitting into a different issue.
@clausmichele may I ask which of the wildfire notebooks have you experienced the issue?
I've tried the wildfires_dask_local.ipynb and it works in the Pangeo-EOSC deployment.
@acocac in this notebook: https://github.com/pangeo-data/pangeo-openeo-BiDS-2023/blob/main/tutorial/examples/access/wildfires.ipynb
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 https://github.com/pangeo-data/pangeo-openeo-BiDS-2023/issues/6#issuecomment-1766015910