Skip to content

Commit

Permalink
Fix bug causing only 00Z uwyo soundings to be plotted.
Browse files Browse the repository at this point in the history
Thanks @bugsuse. Fixes #14
  • Loading branch information
cwebster2 committed Nov 20, 2018
1 parent f4dfb21 commit fa1eb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymeteo/uwyo.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def fetch_from_web(date, station):
hour = 00
else:
hour = 12
hour = 00
print(year, month, day, hour, station)
base_url = "http://weather.uwyo.edu/cgi-bin/sounding"
url = "{0}?TYPE=TEXT%3ALIST&YEAR={1}&MONTH={2:02d}&FROM={3:02d}{4:02d}&TO={3:02d}{4:02d}&STNM={5}".format(
Expand Down

0 comments on commit fa1eb88

Please sign in to comment.