We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
simplewebservice
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Right - they are getting swamped by someone and going down.
No branches or pull requests
simplewebservice
?The text was updated successfully, but these errors were encountered: