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 dataset is three years outdated? #426

Open
iuryt opened this issue Apr 3, 2023 · 7 comments
Open

ERA5 dataset is three years outdated? #426

iuryt opened this issue Apr 3, 2023 · 7 comments

Comments

@iuryt
Copy link

iuryt commented Apr 3, 2023

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,

@iuryt iuryt changed the title ERA5 dataset is three years outdated ERA5 dataset is three years outdated? Apr 3, 2023
@TomAugspurger
Copy link

Thanks for reaching out.

You're correct that that collection's data is current not updating. The provider we were getting it through let us know they weren't making it available anymore, but that's perhaps not the case now.

We have a work-in-progress replacement pipeline getting things directly from the ECMWF, but that's not yet ready. You can follow our GitHub discussions page for announcements for when that new pipeline is available.

@iuryt
Copy link
Author

iuryt commented Apr 3, 2023

I see, so in the case of my project, I should then add a workaround to access >2020 data from somewhere else. Should I leave this issue open?

@iuryt
Copy link
Author

iuryt commented Apr 3, 2023

In that case, I suggest that the website should be updated from "01/01/1979 – Present" to "01/01/1979 – 31/12/2020", right?

@lukasValentin
Copy link

Hi @TomAugspurger, is there any news on this issue? It'll be awesome to have access to the latest ERA5 on MSPC (we are running crop growth models that require up-to-date reanalysis data ...)

@TomAugspurger
Copy link

TomAugspurger commented Jan 22, 2024 via email

@Real-Slin-Shady
Copy link

Might it be possible to just add the data from 2021 to 2023 in the meantime with the old pipelie? I mean just to get the data somewhat up to date.

@TomAugspurger
Copy link

TomAugspurger commented Feb 20, 2024 via email

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

4 participants