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

Add flag for IAState to interpolate NaNs #287

Merged
merged 1 commit into from Oct 21, 2019

Conversation

zbruick
Copy link
Contributor

@zbruick zbruick commented Oct 8, 2019

Description Of Changes

Adds a flag to interpolate NaNs for temperature and dewpoint at significant wind levels. Default is False, so the default return does not change. To do this interpolation, it makes use of pandas interpolate(), which is linear. This saves the end user from figuring out how to do this with pandas themselves and allows for similar code to the Wyoming returns by just adding interp_nans=True to the .request_data() call.

Checklist

dopplershift
dopplershift previously approved these changes Oct 11, 2019
@dopplershift
Copy link
Member

Needs a rebase on master to fix CI.

@zbruick
Copy link
Contributor Author

zbruick commented Oct 11, 2019

Rebased and pushed.

@dopplershift dopplershift merged commit 32ed275 into Unidata:master Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add flag for returning clean IAState UpperAir data
2 participants