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

Remove inclusive from the source_data. #80

Closed dabhicusp closed 2 months ago

dabhicusp commented 2 months ago

Remove inclusive=left from the daily_date_iterator function of the source_data.py file. This will fixed the issue #78.

Reason: while running the script on the monthly basis this didn't include the last date of the month due to the inclusive=left so after removing this it will added the last day's data, too.