Update NOAA WX weather products URLs
Per http://www.wxforum.net/index.php?topic=29502.0 the old http://weather.noaa.gov/pub site was deprecated and as of August 23 is no longer in service. Update the software and current dataset to use working http://tgftp.nws.noaa.gov URLs instead.
This commit is contained in:
2
slist
2
slist
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# generated on 2014-11-10 by running:
|
||||
#
|
||||
# wget -qO- http://weather.noaa.gov/pub/data/observations/metar/decoded/ \
|
||||
# wget -qO- http://tgftp.nws.noaa.gov/data/observations/metar/decoded/ \
|
||||
# | grep '<a href="[^\.]*\.TXT">.*-'$( date +%b-%Y )' ' \
|
||||
# | sed 's,.*<a href="\([^\.]*\)\.TXT">.*,\1,' \
|
||||
# | tr A-Z a-z
|
||||
|
||||
Reference in New Issue
Block a user