Skip to content
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

ERA5 Error - Post-2021 Data Missing? #27

Open
J6767 opened this issue Feb 23, 2024 · 0 comments
Open

ERA5 Error - Post-2021 Data Missing? #27

J6767 opened this issue Feb 23, 2024 · 0 comments

Comments

@J6767
Copy link

J6767 commented Feb 23, 2024

Having trouble accessing ERA5 data after 2020.

import pystac_client

catalog = pystac_client.Client.open(
    "https://planetarycomputer.microsoft.com/api/stac/v1/"
)
search = catalog.search(collections=["era5-pds"], datetime="2020-12-01")
items = search.get_all_items()

len(items)  # 2


catalog = pystac_client.Client.open(
    "https://planetarycomputer.microsoft.com/api/stac/v1/"
)
search = catalog.search(collections=["era5-pds"], datetime="2021-12-01")
items = search.get_all_items()

len(items)  # 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant