Skip to content

ERA5 Error - Post-2021 Data Missing? #27

Open
@J6767

Description

@J6767

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions