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

Better-expose Wyoming upper air #155

Closed
dopplershift opened this issue Sep 18, 2017 · 2 comments
Closed

Better-expose Wyoming upper air #155

dopplershift opened this issue Sep 18, 2017 · 2 comments

Comments

@dopplershift
Copy link
Member

  • Add to API docs
  • Add examples
  • Maybe import into simplewebservice?
@illston
Copy link

illston commented Sep 20, 2017

I am occasionally getting the following error.

"HTTPError: Error accessing http://weather.uwyo.edu/cgi-bin/sounding/?region=naconf&TYPE=TEXT%3ALIST&YEAR=1999&MONTH=05&FROM=0400&TO=0400&STNM=OUN: 503 Sorry, the server is too busy to process your request.
Please try again later."

From the following code:

from siphon.simplewebservice.wyoming import WyomingUpperAir
dataset = WyomingUpperAir.request_data(datetime(1999, 5, 4, 0), 'OUN')

Rerunning the script will eventually correct the situation. I saw there was a request for them to give a 503 error code at:
Unidata/MetPy#435

@jrleeman
Copy link
Contributor

Right - they are getting swamped by someone and going down.

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