-
Notifications
You must be signed in to change notification settings - Fork 6
The --end-date
for daymet
dataset is not functioning properly
#42
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
Comments
Could this explain why I'm missing a lot of files that should contain anywhere between 1 and 3 days of the 2023 data? |
That is probably a cause, I will have a look. What days are you missing and what did you call with the scripts? |
Is the problem still persisting? Can you give me a bit more detail? |
@wknoben a ping on this. |
Sorry, I don't have the details anymore, but based on my notes this had something to do with asking for dates that are outside the time period covered by the data set, and dates that are not exactly at the start/end of a year. Snippet from my workaround code (https://github.com/CH-Earth/camels_spat/blob/864f47b63981adb55eff40e5036b74484fe7c503/7_forcing_data/6d_daymet_to_basins.py#L122-L132):
|
The
--end-date
does not subset up to the day, but rather, looks at the yearly file. This needs to be addressed.The text was updated successfully, but these errors were encountered: