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:
4
zlist
4
zlist
@@ -4,11 +4,11 @@
|
||||
# generated on 2014-11-10 by running:
|
||||
#
|
||||
# for area in $(
|
||||
# wget -qO- http://weather.noaa.gov/pub/data/forecasts/zone/ \
|
||||
# wget -qO- http://tgftp.nws.noaa.gov/data/forecasts/zone/ \
|
||||
# | grep '<a href="[^/]*/">' \
|
||||
# | sed 's,.*<a href="\([^/]*\)/">.*,\1,'
|
||||
# ) ; do
|
||||
# wget -qO- http://weather.noaa.gov/pub/data/forecasts/zone/$area \
|
||||
# wget -qO- http://tgftp.nws.noaa.gov/data/forecasts/zone/$area \
|
||||
# | grep '<a href="[^\.]*\.txt">.*-'$( date +%b-%Y )' ' \
|
||||
# | sed 's,.*<a href="\([^\.]*\)\.txt">.*,\1,'
|
||||
# sleep 1
|
||||
|
||||
Reference in New Issue
Block a user