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

IGRA-2 - bug in flagging missing dewpoint values #226

Closed
swnesbitt opened this issue May 3, 2018 · 3 comments
Closed

IGRA-2 - bug in flagging missing dewpoint values #226

swnesbitt opened this issue May 3, 2018 · 3 comments

Comments

@swnesbitt
Copy link
Contributor

swnesbitt commented May 3, 2018

I believe that dewpoint_depression needs to be added to this list within the igra service @DanielWatkins

df = df.dropna(subset=('temperature', 'reported_relative_humidity',
                                   'u_wind', 'v_wind'), how='all').reset_index(drop=True)

I will create a pull request.

@swnesbitt
Copy link
Contributor Author

Addressed in PR #227

@dopplershift
Copy link
Member

Nice catch!

@danielmwatkins
Copy link
Contributor

Since PR 227 fixed this, I think that this issue can be closed.

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

No branches or pull requests

3 participants