From 00621af9c2c10b2078f46cbaf80f29dbee665342 Mon Sep 17 00:00:00 2001 From: joan Date: Sun, 18 Sep 2016 06:59:39 -0500 Subject: [PATCH] stations.txt source updated. --- noaweather/metar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noaweather/metar.py b/noaweather/metar.py index 7a311e1..2e0e474 100644 --- a/noaweather/metar.py +++ b/noaweather/metar.py @@ -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 = 'http://weather.rap.ucar.edu/surface/stations.txt' + METAR_STATIONS_URL = 'hhttp://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'