Skip to content
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

fix for issue 159. ncdc ghcn_daily.get_data failed with error #164

Merged
merged 1 commit into from
Feb 4, 2019

Conversation

johanneshorak
Copy link
Contributor

First time pull request ever. This is a fix(?) to issue 159.

The method ncdc.ghcn_daily.get_data() failed due to changes in how resampling is handled by pandas. There are different ways to fix this issue, the quickest seemed to just supply how the timeseries should be resampled, leading to the actual generation of the resampled index - which is all that is needed to get the code working again.

@johanneshorak johanneshorak changed the title hotfix for issue 159. ncdc ghcn_daily.get_data failed with error fix for issue 159. ncdc ghcn_daily.get_data failed with error Nov 27, 2018
@dharhas
Copy link
Contributor

dharhas commented Nov 27, 2018

@johanneshorak thanks. I'll try and get this merged in soon.

@awickert
Copy link

As a quick FYI, I just came across this same issue. This is to say that your work is valuable and I hope you get it up and running again soon! Happy to try to help as well though I don't know the ulmo code base.

@awickert
Copy link

I have applied @johanneshorak's hotfix locally and it has solved my problems with Ulmo. I suggest it be implemented soon, even if it is not the ultimate solution that the core devs would like, in order to get everything up and running again -- thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants