Skip to content

Commit

Permalink
Metar source typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joanpc committed Sep 18, 2016
1 parent 22ce61a commit ae2da99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noaweather/metar.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Metar:
RE_TEMPERATURE2 = re.compile(r'\bT(0|1)([0-9]{3})(0|1)([0-9]{3})\b')
RE_PRECIPITATION = re.compile('(-|\+)?(RE)?(DZ|SG|IC|PL|SH)?(DZ|RA|SN|TS)(NO|E)?')

METAR_STATIONS_URL = 'hhttp://www.aviationweather.gov/docs/metar/stations.txt'
METAR_STATIONS_URL = 'http://www.aviationweather.gov/docs/metar/stations.txt'
VATSIM_METAR_STATIONS_URL = 'http://metar.vatsim.net/metar.php?id=all'
IVAO_METAR_STATIONS_URL = 'http://wx.ivao.aero/metar.php'
METAR_REPORT_URL = 'http://tgftp.nws.noaa.gov/data/observations/metar/cycles/%sZ.TXT'
Expand Down

0 comments on commit ae2da99

Please sign in to comment.