google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
209 stars 39 forks source link

Small fix to return correct hdate for leap days #352

Closed raspstephan closed 1 year ago

raspstephan commented 1 year ago

ECMWF API expects day==28 for all hdates if input date is Feb 29, even if target hdate is also a leap year. Added small correction to fix this.