X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=blobdiff_plain;f=weather.py;h=5e5b16b8b8e5a679d1ab624953ccd2af0b81734b;hp=dbd732105d1f6ef07c882a11bbdf53921cff9f8e;hb=e35fbc4d60478e82218b6364ecfd5480885e16fd;hpb=92a0869395de3d57eb0885495a0cea68dafca885 diff --git a/weather.py b/weather.py index dbd7321..5e5b16b 100644 --- a/weather.py +++ b/weather.py @@ -1238,7 +1238,7 @@ def correlate(): # http://weather.noaa.gov/data/nsd_cccc.txt # %s %s %s # -# http://weather.noaa.gov/pub/data/zonecatalog.curr.tar +# http://tgftp.nws.noaa.gov/data/zonecatalog.curr.tar # %s %s %s # # http://www.nco.ncep.noaa.gov/pmb/codes/nwprod/dictionaries/metar.tbl @@ -1401,7 +1401,7 @@ def correlate(): icao = line.split("#")[0].strip() if icao: stations[icao] = { - "metar": "http://weather.noaa.gov/pub/data/observations/"\ + "metar": "http://tgftp.nws.noaa.gov/data/observations/"\ + "metar/decoded/%s.TXT" % icao.upper() } count += 1