Skip to content

Commit

Permalink
Merge pull request #18 from cwebster2/bug/uwyo
Browse files Browse the repository at this point in the history
Fix bug causing only 00Z uwyo soundings to be plotted.
  • Loading branch information
cwebster2 authored Nov 20, 2018
2 parents f4dfb21 + fa1eb88 commit f028064
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 f028064

Please sign in to comment.