microsoft / microsoft/PlanetaryComputerDataCatalog
ERA5 dataset is three years outdated?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
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,
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ERA5 dataset page, its Example Notebook, and the STAC collection items endpoint cited in the report. Compare the displayed temporal extent with the API's end_datetime and the Python search for 2021; the issue is done when the catalog metadata and returned items accurately reflect the dataset's available time range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100