Outdated Data Catalog on Planetary Computer (ERA5)?

iury T Simoes-Sousa 0 Reputation points
2023-04-03T16:21:38.5333333+00:00

Hi,

I am trying to access ERA5 dataset from Planetary Computer Data Catalog using Python.

https://planetarycomputer.microsoft.com/dataset/era5-pds

On the page, it says that the temporal extent for this dataset is 01/01/1979 – Present, but if I follow the tutorial on the Example Notebook and change the code to

search = catalog.search(
    collections=["era5-pds"], datetime="2021-01", query={"era5:kind": {"eq": "an"}}
)

for example, the search returns no items.

In fact, in https://planetarycomputer.microsoft.com/api/stac/v1/collections/era5-pds/items it is clear that the "end_datetime":"2020-12-31T23:00:00Z".

Is this correct?

I am very frustrated with that because the service worked very well for my research, but I need data up to the present.

Thanks for the service, it accesses the data faster than I was expecting.

Best,

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
24 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,986 Reputation points
    2023-04-03T23:08:20.71+00:00

    Hello @iury T Simoes-Sousa

    Thanks for reaching out to us, however Microsoft Planetary Computer is not supporting in this forum. As the product team list the contact in their document -

    To report issues, ask questions, or engage in community discussions please visit the GitHub repository.

    Please post your question here - https://github.com/microsoft/PlanetaryComputer/issues

    I hope this helps! Regards, Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments