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

Port Iowa State Soundings from MetPy #193

Merged
merged 3 commits into from
Mar 20, 2018

Conversation

jrleeman
Copy link
Contributor

Closes #156 by porting the IA State upper air data functionality over from MetPy. Also fixes a typo in Wyoming and lack of test coverage there. I'll work on #189 for both Wyoming and Iowa after this.

@jrleeman jrleeman added this to the 0.7 milestone Mar 19, 2018
lesserwhirls
lesserwhirls previously approved these changes Mar 20, 2018
Copy link
Collaborator

@lesserwhirls lesserwhirls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this was in MetPy already, I'd say it's good to go 👍

@jrleeman
Copy link
Contributor Author

@dopplershift had suggested looking into pandas json capabilities. Looking at the nested structure of the returned json (profiles -> (profile -> (temperature, etc), date, etc.)) the parsing appears to be less useful as nested data frames aren't a thing. Example of the json: http://mesonet.agron.iastate.edu/json/raob.py?ts=201012091200&station=BOI

Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also should rebase on master so we can have a green passing of tests.


import warnings

from bs4 import BeautifulSoup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unused.

@jrleeman
Copy link
Contributor Author

Should have had the rebase in there, but I just fixed up a few flake things.

@dopplershift dopplershift merged commit a98c956 into Unidata:master Mar 20, 2018
@jrleeman jrleeman deleted the IA_Soundings branch March 20, 2018 19:23
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.

Add IEM Upper Air Archive
3 participants