Switch to the 2022 US Census Bureau data, March 2023 NWS WX zones, latest OurAirports open data set, and refreshed active forecast and station lists. Regenerate all correlation sets based on these updated sources.
18 lines
612 B
Plaintext
18 lines
612 B
Plaintext
# Copyright (c) 2006-2023 Jeremy Stanley <fungi@yuggoth.org>. Permission to
|
|
# use, copy, modify, and distribute this software is granted under terms
|
|
# provided in the LICENSE file distributed with this software.
|
|
#
|
|
# generated on 2023-02-09 by running:
|
|
#
|
|
# for area in $(
|
|
# wget -qO- https://tgftp.nws.noaa.gov/data/forecasts/zone/ \
|
|
# | grep '<a href="[^/]*/">' \
|
|
# | sed 's,.*<a href="\([^/]*\)/">.*,\1,'
|
|
# ) ; do
|
|
# wget -qO- https://tgftp.nws.noaa.gov/data/forecasts/zone/$area \
|
|
# | grep '<a href="[^\.]*\.txt">.*-'$( date +%b-%Y )' ' \
|
|
# | sed 's,.*<a href="\([^\.]*\)\.txt">.*,\1,'
|
|
# sleep 1
|
|
# done
|
|
|