google-research / arco-era5

Recipes for reproducing Analysis-Ready & Cloud Optimized (ARCO) ERA5 datasets.
https://cloud.google.com/storage/docs/public-datasets/era5
Apache License 2.0
287 stars 22 forks source link

Fixed: Race condition when resizing existing datasets. #84

Closed dabhicusp closed 2 weeks ago

dabhicusp commented 3 weeks ago

I have updated all datasets by resizing to 2050-12-31. Additionally, I added three new attributes— valid_time_start, valid_time_end, and last_updated to each Zarr store. These attributes provide essential information, such as the validity period of the data and the timestamp of the most recent update. These changes enhance the dataset's metadata and improve its usability, and fixed issue #81.